home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 5-Fonts & Software / Applications / Aldus FreeHand 3.0 / Aldus / PPDs / IBM30505.PPD < prev    next >
Text File  |  1990-06-24  |  11KB  |  340 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "IBM Personal Page Printer II" version 50.5
  3. *% Produced by "GETapd.ps" version 2.0 edit 51
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 011331 or 011670
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "1.1"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(IBM Personal Page Printer II)"
  19. *PSVersion: "(50.5) 0"
  20. *NickName: "IBM 4216-030 v50.5"
  21.  
  22. *% General Information and Defaults ===============
  23. *ColorDevice: False
  24. *FreeVM: "397408"
  25. *VariablePaperSize: False
  26. *FileSystem: False
  27. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  28. *Throughput: "6"
  29. *Password: "0"
  30. *ExitServer: "
  31.   count 0 eq {  % is the password on the stack?
  32.     true 
  33.   }{
  34.     dup    % potential password
  35.     statusdict begin checkpassword end not
  36.   } ifelse 
  37.   {  %  if no password or not valid 
  38.     (WARNING : Cannot perform the exitserver command.) = 
  39.     (Password supplied is not valid.) = 
  40.     (Please contact the author of this software.) = flush
  41.     quit
  42.   } if 
  43.   serverdict begin exitserver
  44. "
  45. *End
  46.  
  47. *Reset: "
  48.   count 0 eq {  % is the password on the stack?
  49.     true 
  50.   }{
  51.     dup    % potential password
  52.     statusdict begin checkpassword end not
  53.   } ifelse 
  54.   {  %  if no password or not valid 
  55.     (WARNING : Cannot reset printer.) = 
  56.     (Password supplied is not valid.) = 
  57.     (Please contact the author of this software.) = flush
  58.     quit
  59.   } if 
  60.   serverdict begin exitserver
  61.   systemdict /quit get exec
  62.   (WARNING : Printer Reset Failed.) = flush
  63. "
  64. *End
  65.  
  66. *DefaultResolution: 300dpi
  67. *?Resolution: "
  68. save
  69.   initgraphics
  70.   0 0 moveto currentpoint matrix defaultmatrix transform
  71.   0 72 lineto currentpoint matrix defaultmatrix transform
  72.   3 -1 roll sub dup mul
  73.   3 1 roll exch sub dup mul
  74.   add sqrt round cvi
  75.   (          ) cvs print (dpi) = flush
  76. restore
  77. "
  78. *End
  79.  
  80. *% Halftone Information ===============
  81. *ScreenFreq: "60.0"
  82. *ScreenAngle: "45.0"
  83. *DefaultScreenProc: Dot
  84. *ScreenProc Dot: "
  85. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  86. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  87. "
  88. *End
  89. *ScreenProc Line: "{ pop }"
  90. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  91.  
  92. *DefaultTransfer: Null
  93. *Transfer Null: "{ }"
  94. *Transfer Null.Inverse: "{ 1 exch sub }"
  95.  
  96. *% Paper Handling ===================
  97.  
  98. *% Use these entries to set paper size most of the time, unless there is
  99. *% specific reason to use PageRegion or PaperTray.
  100. *DefaultPageSize: Letter
  101. *PageSize Letter: "statusdict begin lettertray end"
  102. *PageSize Legal: "statusdict begin legaltray end"
  103. *PageSize Statement: "statusdict begin statementtray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *PageSize A5: "statusdict begin a5tray end"
  106. *PageSize B5: "statusdict begin b5tray end"
  107. *?PageSize: "
  108.  save statusdict begin
  109.   12 dict begin
  110.    /letter (Letter) def /legal (Legal) def
  111.    /a4 (A4) def /a5 (A5) def 
  112.    /b5 (B5) def /statement (Statement) def
  113.    papersize {
  114.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  115.    }{
  116.      {load exec} stopped not{print (.Transverse) = flush}{(Unknown) = flush}ifelse
  117.    }ifelse
  118.   end
  119.  end restore
  120. "
  121. *End
  122.  
  123. *% These entries will set up the frame buffer. Usually used with manual feed.
  124. *DefaultPageRegion: Letter
  125. *PageRegion Letter: "letter"
  126. *PageRegion Legal: "legal"
  127. *PageRegion A4: "a4"
  128. *PageRegion A5: "a5"
  129. *PageRegion B5: "b5"
  130. *PageRegion Statement: "statement"
  131.  
  132. *% The following entries provide information about specific paper keywords.
  133. *DefaultImageableArea: Letter
  134. *ImageableArea Letter: "17 16 595 776 "
  135. *ImageableArea Legal: "17 16 595 992 "
  136. *ImageableArea A4: "14 15 581 827 "
  137. *ImageableArea A5: "12 13 407 583 "
  138. *ImageableArea B5: "13 13 503 716 "
  139. *ImageableArea Statement: "12 15 384 597 "
  140. *?ImageableArea: "
  141.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  142.   newpath clippath pathbbox
  143.   4 -2 roll exch 2 {ceiling cvp} repeat
  144.   exch 2 {floor cvp} repeat flush
  145.  restore
  146. "
  147. *End
  148.  
  149. *% These provide the physical dimensions of the paper (by keyword)
  150. *DefaultPaperDimension: Letter
  151. *PaperDimension Letter: "612 792"
  152. *PaperDimension Legal: "612 1008"
  153. *PaperDimension A4: "595 842"
  154. *PaperDimension A5: "420 595"
  155. *PaperDimension B5: "516 729"
  156. *PaperDimension Statement: "396 612"
  157.  
  158. *DefaultOutputBin: Upper
  159. *DefaultInputSlot: None
  160.  
  161. *DefaultOutputOrder: Normal
  162.  
  163. *DefaultCollator: None
  164. *DefaultSorter: None
  165. *DefaultDuplex: None
  166.  
  167. *% Font Information =====================
  168.  
  169. *DefaultFont: Courier
  170. *Font AvantGarde-Book: Standard "(001.002)"
  171. *Font AvantGarde-BookOblique: Standard "(001.002)"
  172. *Font AvantGarde-Demi: Standard "(001.003)"
  173. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  174. *Font Bookman-Demi: Standard "(001.001)"
  175. *Font Bookman-DemiItalic: Standard "(001.001)"
  176. *Font Bookman-Light: Standard "(001.001)"
  177. *Font Bookman-LightItalic: Standard "(001.001)"
  178. *Font Courier: Standard "(001.004)"
  179. *Font Courier-Bold: Standard "(001.004)"
  180. *Font Courier-BoldOblique: Standard "(001.004)"
  181. *Font Courier-Oblique: Standard "(001.004)"
  182. *Font Emulatorfont: Special "(001.000)"
  183. *Font Emulatorfont-Bold: Special "(001.000)"
  184. *Font Garamond-Bold: Standard "(001.001)"
  185. *Font Garamond-BoldItalic: Standard "(001.002)"
  186. *Font Garamond-Light: Standard "(001.002)"
  187. *Font Garamond-LightItalic: Standard "(001.002)"
  188. *Font Helvetica: Standard "(001.002)"
  189. *Font Helvetica-Black: Standard "(001.001)"
  190. *Font Helvetica-BlackOblique: Standard "(001.001)"
  191. *Font Helvetica-Bold: Standard "(001.002)"
  192. *Font Helvetica-BoldOblique: Standard "(001.002)"
  193. *Font Helvetica-Light: Standard "(001.002)"
  194. *Font Helvetica-LightOblique: Standard "(001.002)"
  195. *Font Helvetica-Oblique: Standard "(001.002)"
  196. *Font Korinna-Bold: Standard "(001.001)"
  197. *Font Korinna-KursivBold: Standard "(001.003)"
  198. *Font Korinna-KursivRegular: Standard "(001.003)"
  199. *Font Korinna-Regular: Standard "(001.001)"
  200. *Font NewCenturySchlbk-Bold: Standard "(001.006)"
  201. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  202. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  203. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  204. *Font Palatino-Bold: Standard "(001.002)"
  205. *Font Palatino-BoldItalic: Standard "(001.002)"
  206. *Font Palatino-Italic: Standard "(001.002)"
  207. *Font Palatino-Roman: Standard "(001.001)"
  208. *Font Symbol: Special "(001.003)"
  209. *Font Times-Bold: Standard "(001.002)"
  210. *Font Times-BoldItalic: Standard "(001.004)"
  211. *Font Times-Italic: Standard "(001.002)"
  212. *Font Times-Roman: Standard "(001.002)"
  213. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  214. *Font ZapfDingbats: Special "(001.002)"
  215. *?FontQuery: "
  216. save  5 dict begin /sv exch def
  217. /str (fonts/                              ) def
  218. /st2 128 string def
  219. {
  220.   count 0 gt {
  221.     dup st2 cvs (/) print print (:) print
  222.     dup FontDirectory exch known {pop (Yes)}{
  223.      str exch st2 cvs dup length /len exch def
  224.      6 exch putinterval str 0 len 6 add getinterval mark exch
  225.      { } st2 filenameforall counttomark 0 gt {
  226.       cleartomark (Yes)}{cleartomark (No)}ifelse
  227.     }ifelse = flush
  228.   }{ exit } ifelse
  229. } bind loop
  230. (*) = flush
  231. sv end restore
  232. "
  233. *End
  234.  
  235. *?FontList: "
  236. save  2 dict begin /sv exch def
  237. /str 128 string def
  238. FontDirectory { pop == } bind forall flush 
  239. /filenameforall where { 
  240.  pop save (fonts/*) { 
  241.   dup length 6 sub 6 exch getinterval cvn ==  
  242.  } bind str filenameforall flush restore
  243. } if 
  244. (*) = flush
  245. sv end restore
  246. "
  247. *End
  248.  
  249. *% Printer Messages (verbatim from printer):
  250. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  251. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  252. *Message: "\FontName\ not found, using Courier"
  253.  
  254. *% Status (format: %%[ status: <one of these> ]%% )
  255. *Status: "idle"
  256. *Status: "busy"
  257. *Status: "waiting"
  258. *Status: "printing"
  259. *Status: "warming up"
  260. *Status: "PrinterError: CPU error"
  261. *Status: "PrinterError: main motor error"
  262. *Status: "PrinterError: paper size error"
  263. *Status: "PrinterError: paper exit jam"
  264. *Status: "PrinterError: replacement magazine required"
  265. *Status: "PrinterError: toner is low"
  266. *Status: "PrinterError: paper feed error"
  267. *Status: "PrinterError: optical unit error"
  268. *Status: "PrinterError: cleaning magazine needs replacing"
  269. *Status: "PrinterError: paper transport jam"
  270. *Status: "PrinterError: fusing unit error"
  271. *Status: "PrinterError: timeout"
  272. *Status: "PrinterError: out of paper"
  273. *Status: "PrinterError: printer warming up"
  274. *Status: "PrinterError: printing test page"
  275.  
  276. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  277. *Source: "serial9"
  278. *Source: "serial25"
  279. *Source: "AppleTalk"
  280. *Source: "Centronics"
  281.  
  282. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  283. *PrinterError: "CPU error"
  284. *PrinterError: "main motor error"
  285. *PrinterError: "paper size error"
  286. *PrinterError: "paper exit jam"
  287. *PrinterError: "replacement magazine required"
  288. *PrinterError: "toner is low"
  289. *PrinterError: "paper feed error"
  290. *PrinterError: "optical unit error"
  291. *PrinterError: "cleaning magazine needs replacing"
  292. *PrinterError: "paper transport jam"
  293. *PrinterError: "fusing unit error"
  294. *PrinterError: "timeout"
  295. *PrinterError: "out of paper"
  296. *PrinterError: "printer warming up"
  297. *PrinterError: "printing test page"
  298.  
  299. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  300.  
  301. *% Color Separation Information =====================
  302.  
  303. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  304.  
  305. *InkName: ProcessBlack/Process Black
  306. *InkName: CustomColor/Custom Color
  307. *InkName: ProcessCyan/Process Cyan
  308. *InkName: ProcessMagenta/Process Magenta
  309. *InkName: ProcessYellow/Process Yellow
  310.  
  311. *% For 60 lpi / 300 dpi =====================================================
  312.  
  313. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  314. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  315. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  316. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  317. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  318.  
  319. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  320. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  321. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  322. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  323. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  324.  
  325. *% For 53 lpi / 300 dpi =====================================================
  326.  
  327. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  328. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  329. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  330. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  331. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  332.  
  333. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  334. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  335. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  336. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  337. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  338.  
  339. *% end of PPD file for IBM Personal Page Printer II
  340.